const runtime._SIGPROF
16 uses
runtime (current package)
defs_linux_amd64.go#L62: _SIGPROF = 0x1b
os_linux.go#L686: sevp.signo = _SIGPROF
signal_unix.go#L196: if sig == _SIGPROF {
signal_unix.go#L221: if sig == _SIGPROF {
signal_unix.go#L250: if sig == _SIGPROF {
signal_unix.go#L283: if atomic.Cas(&handlingSig[_SIGPROF], 0, 1) {
signal_unix.go#L284: h := getsig(_SIGPROF)
signal_unix.go#L301: atomic.Storeuintptr(&fwdSig[_SIGPROF], h)
signal_unix.go#L302: setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L318: if !sigInstallGoHandler(_SIGPROF) {
signal_unix.go#L319: if atomic.Cas(&handlingSig[_SIGPROF], 1, 0) {
signal_unix.go#L320: h := atomic.Loaduintptr(&fwdSig[_SIGPROF])
signal_unix.go#L321: setsig(_SIGPROF, h)
signal_unix.go#L440: if sig == _SIGPROF {
signal_unix.go#L665: if sig == _SIGPROF {
signal_unix.go#L1000: if sig == _SIGPROF {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |